From: Mike Frysinger Date: Tue, 16 Feb 2010 09:03:10 +0000 (-0500) Subject: Blackfin: asm/page.h: pull in asm-generic headers X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~18736^2~13 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=b2740801457b2fbbe14812c0fda24bd689025886;p=linux-4.9.git Blackfin: asm/page.h: pull in asm-generic headers Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/include/asm/page.h b/arch/blackfin/include/asm/page.h index 1d04e4078340..d0ce975bcd48 100644 --- a/arch/blackfin/include/asm/page.h +++ b/arch/blackfin/include/asm/page.h @@ -15,4 +15,7 @@ ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0 ) | \ VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) +#include +#include + #endif